Package test

Source Code of test.TestAboutForm

/*
* Created on Jan 29, 2004
*
*/
package test;

import nz.co.transparent.client.gui.AboutForm;

/**
* @author John Zoetebier
*
*/
public class TestAboutForm {

  /**
   *
   */
  public TestAboutForm() {
    super();
  }

  public static void main(String[] args) {
   
    new AboutForm(null, "About TS Client").showDialog();
  }
}
TOP

Related Classes of test.TestAboutForm

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.